home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Delphi Magazine Collection 2001
/
Delphi Magazine Collection 20001 (2001).iso
/
DISKS
/
ISSUE23
/
CLINIC
/
CALLERU.DFM
/
CALLERU.txt
Wrap
Text File
|
1997-04-17
|
783b
|
41 lines
object Form1: TForm1
Left = 200
Top = 99
Width = 435
Height = 300
Caption = 'Form1'
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
PixelsPerInch = 96
TextHeight = 13
object Button1: TButton
Left = 8
Top = 64
Width = 193
Height = 33
Caption = '&Sample button with event handler'
TabOrder = 0
OnClick = Button1Click
end
object Button2: TButton
Left = 8
Top = 104
Width = 193
Height = 33
Caption = '&Invoke one published routine'
TabOrder = 1
OnClick = Button2Click
end
object Button3: TButton
Left = 8
Top = 144
Width = 193
Height = 33
Caption = 'I&nvoke another published routine'
TabOrder = 2
OnClick = Button3Click
end
end